@charset "UTF-8";
/* CSS Document */

.space {
    padding:100px;
}
.why-img2 img {
    vertical-align: bottom;
}

.img-box2 .play-btn:before,.img-box2 .play-btn:after {
	background-color: transparent;
	border: 1px solid #ddd;
}

.img-box2 .img1 {
	height: 100%;
}

.img-box2 .img1 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.why-feature {
	border-radius: 24px;
	padding: 24px;
	position: relative;
	z-index: 2;
	margin-bottom: 24px;
	background-color: #eaf1f3;
}

.why-feature:after {
	content: url('data:image/svg+xml,<svg width="93" height="90" viewBox="0 0 93 90" preserveAspectRatio="none" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M23.9487 30.5588C24.254 51.3254 41.1756 68 61.9445 68H68.9993C81.5806 68 91.9008 77.6809 92.9171 90H93V0H0C13.0484 0.0801305 23.6549 10.5815 23.847 23.6471L23.9487 30.5588Z" fill="white"/></svg>');
	position: absolute;
	top: -1px;
	right: -1px;
	z-index: 2;
}

.why-feature .box-number {
	position: absolute;
	top: 0;
	right: 0;
	background-color:#1669b3;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 99px;
	z-index: 4;
}

.why-feature .box-icon {
	margin-bottom: 24px;
}

.why-feature .box-title {
	margin-bottom: 8px;
}

.why-feature:hover .box-icon img {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.why-img2 img {
	vertical-align: bottom;
}

.why-feature .box-title {
    margin-bottom: 8px;
}
.box-title {
    font-size: 24px;
    line-height: 1.1;
}

.bg-img {
	position: absolute;
	inset: 0;
	height: 100%;
	width: 100%;
}

.bg-img img {
	width: 100%;
	height: 100%;
}

.box-img {
	overflow: hidden;
}

.box-img img {
	width: 100%;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.box-icon img {
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
























.service-box {
	position: relative;
	z-index: 2;
	border-radius: 24px;
	text-align: center;
	overflow: hidden;
}

.service-box .box-img {
	-webkit-mask-image: url('data:image/svg+xml,<svg width="424" height="255" viewBox="0 0 424 255" preserveAspectRatio="none" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 201V201C132.163 273.004 291.837 273.004 424 201V201V0H0V201Z" fill="%23D9D9D9"/></svg>');
	mask-image: url('data:image/svg+xml,<svg width="424" height="255" viewBox="0 0 424 255" preserveAspectRatio="none" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 201V201C132.163 273.004 291.837 273.004 424 201V201V0H0V201Z" fill="%23D9D9D9"/></svg>');
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
}

.service-box .box-content {
	padding: 112px 12px 32px 12px;
	background-color:#fff;
	margin-top: -90px;
	-webkit-mask-image: url('data:image/svg+xml,<svg width="424" height="310" viewBox="0 0 424 310" preserveAspectRatio="none" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0V0C132.85 69.2505 291.15 69.2505 424 0V0V310H0V0Z" fill="%23D9D9D9"/></svg>');
	mask-image: url('data:image/svg+xml,<svg width="424" height="310" viewBox="0 0 424 310" preserveAspectRatio="none" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0V0C132.85 69.2505 291.15 69.2505 424 0V0V310H0V0Z" fill="%23D9D9D9"/></svg>');
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
}

.service-box .box-title {
	margin-bottom: 8px;
}

.service-box .box-icon {
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	border-radius: 999px;
	background-color: #1669b3;
	border: 2px solid #fff;
	margin: -52px auto 0 auto;
	position: relative;
	z-index: 3;
}

.service-box .th-btn {
	margin-top: 24px;
	border-color:#E1E4E5;
	color: #1669b3;
}

.service-box .th-btn:hover {
	color: #fff;
	border-color:  #F47629;
	background-color: #F47629;
}

.service-box .th-btn:hover:before {
	background-color:  #F47629;
}

.service-box:hover .box-icon img {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.service-box:hover .box-img img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.service-grid {
	position: relative;
	z-index: 2;
	border-radius: 16px;
	padding: 32px;
	background-color:#fff;
	text-align: left;
}

.service-grid .box-number {
	font-size: 48px;
	line-height: 1;
	font-weight: 700;
	color: #E1E4E5;
	position: absolute;
	right: 32px;
	top: 32px;
}

.service-grid .box-img {
	-webkit-mask-image: url('data:image/svg+xml,<svg width="360" height="220" viewBox="0 0 360 220" preserveAspectRatio="none" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 72C0 66.8071 1.68427 61.7543 4.8 57.6L40.8 9.6C45.3325 3.55666 52.4458 0 60 0H360V220H0V72Z" fill="%23D9D9D9"/></svg>');
	mask-image: url('data:image/svg+xml,<svg width="360" height="220" viewBox="0 0 360 220" preserveAspectRatio="none" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 72C0 66.8071 1.68427 61.7543 4.8 57.6L40.8 9.6C45.3325 3.55666 52.4458 0 60 0H360V220H0V72Z" fill="%23D9D9D9"/></svg>');
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	margin-top: 32px;
	border-radius: 12px;
}

.service-grid .box-img img {
	width: 100%;
}

.service-grid .box-title {
	margin-bottom: 8px;
}

.service-grid .box-icon {
	margin-bottom: 21px;
}

.service-grid:hover .box-icon img {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.service-grid:hover .box-img img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}


.service-block {
	--body-bg: #101943;
	position: relative;
	z-index: 2;
	text-align: center;
}

.service-block:after,.service-block:before {
	content: "";
	box-shadow: inset 25px 25px 0 0 #111f50;
	width: 50px;
	height: 50px;
	position: absolute;
	border-radius: 16px;
	top: 38px;
	right: -25px;
	z-index: 2;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	z-index: 3;
}

.service-block:before {
	top: -25px;
	right: 38px;
}

.service-block .box-img {
	border-radius: 24px;
}

.service-block .box-img img {
	width: 100%;
}

.service-block .box-title {
	margin-bottom: -0.2em;
}

.service-block .box-content {
	background-color:#fff;
	border-radius: 16px;
	position: relative;
	z-index: 3;
	margin: -60px 16px 0 16px;
	padding: 0 32px 28px 32px;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.service-block .box-icon {
	width: 72px;
	height: 72px;
	line-height: 70px;
	text-align: center;
	background-color: #1669b3;
	border: 2px solid #fff;
	border-radius: 99px;
	margin: -36px auto -20px auto;
	-webkit-transform: translateY(-36px);
	-ms-transform: translateY(-36px);
	transform: translateY(-36px);
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.service-block .box-icon img {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.service-block .icon-btn {
	--btn-size: 56px;
	font-size: 20px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 4;
}

.service-block .icon-btn:after {
	content: '';
	position: absolute;
	inset: -8px;
	background-color: #E1E4E5;
	border: 8px solid var(--body-bg);
	border-radius: 99px;
	z-index: -1;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.service-block .icon-btn:hover:after {
	background-color:  #F47629;
}

.service-block:hover .box-icon {
	border-color:  #F47629;
	background-color: #fff;
}

.service-block:hover .box-icon img {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-filter: none;
	filter: none;
}

.service-block:hover .box-img img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.service-block:hover .box-content {
	background-color: #F47629;
}

.service-block:hover .box-title {
	color: #fff;
}

.service-block:hover .box-title a:hover {
	color: #fff;
}

.page-title {
	margin-bottom: 20px;
}

.page-img {
	margin-bottom: 48px;
	overflow: hidden;
	border-radius: 12px;
}

:root {
	--body-bg: #E1E4E5;
	--light-color: #E1E4E5;

}

.icon-btn {
	display: inline-block;
	width: var(--btn-size, 56px);
	height: var(--btn-size, 56px);
	line-height: var(--btn-size, 54px);
	font-size: var(--btn-font-size, 20px);
	background-color:#f7f7f7);
	color:#1669b3;
	text-align: center;
	border-radius: 99px;
	border: 1px solid #fff;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	position: relative;
}

.blue_dark{
   background: #111f50;
}



























.blog-grid {
	position: relative;
	z-index: 2;
	overflow: hidden;
}

.blog-grid:after,.blog-grid:before {
	content: "";
	box-shadow: inset 30px 30px 0 0 #fff;
	width: 60px;
	height: 60px;
	position: absolute;
	border-radius: 24px;
	top: 43px;
	right: -30px;
	z-index: 2;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	z-index: 3;
}

.blog-grid:before {
	top: -30px;
	right: 43px;
}

.blog-grid .blog-img {
	display: block;
	border-radius: 24px;
	overflow: hidden;
}

.blog-grid .blog-img img {
	width: 100%;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.blog-grid .blog-content {
	padding: 32px 28px 32px 32px;
	position: absolute;
	bottom: 24px;
	left: 24px;
	right: 24px;
	z-index: 3;
}

.blog-grid .blog-content:before {
	content: '';
	position: absolute;
	inset: 0;
	background:rgb(7 65 117 / 77%);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	border-radius: 16px;
	z-index: -1;
}

.blog-grid .box-title {
	font-size: 22px;
	color:#fff;
	margin-bottom: -0.2em;
}

.blog-grid .box-title a {
	background-image: -webkit-linear-gradient(right, #F47629, #F47629);
	background-image: linear-gradient(to left, #F47629, #F47629);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: 0 2px;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

.blog-grid .box-title a:hover {
	background-size: 100% 2px;
}

.blog-grid .blog-meta {
	margin: -0.4em 0 15px 0;
}

.blog-grid .blog-meta span,.blog-grid .blog-meta a {
	color:#fff;
}

.blog-grid .blog-meta span>i,.blog-grid .blog-meta a>i {
	color: #fff;
}

.blog-grid .blog-meta span:after,.blog-grid .blog-meta a:after {
	display: none;
}

.blog-grid .icon-btn {
	--btn-size: 66px;
	font-size: 26px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 4;
}

.blog-grid .icon-btn:after {
	content: '';
	position: absolute;
	inset: -8px;
	background-color:#e2e4e5;
	border: 8px solid #fff;
	border-radius: 99px;
	z-index: -1;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.blog-grid .icon-btn:hover {
    color: #f7fbff;
}

.blog-grid .icon-btn:hover:after {
	background-color: #1669b3;
}

.blog-grid:hover .blog-img img {
	-webkit-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}

@media (max-width: 375px) {
	.blog-grid .box-title {
		font-size: 20px;
	}

	.blog-grid .blog-content {
		left: 16px;
		right: 16px;
		bottom: 16px;
		padding: 20px;
	}
}





@media (max-width: 700px) {
	
.space {
    padding:10px;
}
}




.blog-grid .blog-meta {
	margin: -0.4em 0 5px 0;
}

.blog-grid .blog-meta span,.blog-grid .blog-meta a {
	color: #fff;
        font-size: 13px;
}

.blog-grid .blog-meta span>i,.blog-grid .blog-meta a>i {
	color: #F47629;
    margin:0 8px 0 0px; 
}

.blog-grid .blog-meta span:after,.blog-grid .blog-meta a:after {
	display: none;
}

.bff{
    background: #f3f3f3;
}
